net/http.http2serverConn.srv (field)

13 uses

	net/http (current package)
		h2_bundle.go#L4416: 		srv:                         s,
		h2_bundle.go#L4569: 	srv              *http2Server
		h2_bundle.go#L4948: 	if sc.srv.IdleTimeout > 0 {
		h2_bundle.go#L4949: 		sc.idleTimer = time.AfterFunc(sc.srv.IdleTimeout, sc.onIdleTimer)
		h2_bundle.go#L5150: 	ch := sc.srv.state.getErrChan()
		h2_bundle.go#L5182: 	sc.srv.state.putErrChan(ch)
		h2_bundle.go#L5715: 		if sc.srv.IdleTimeout > 0 && sc.idleTimer != nil {
		h2_bundle.go#L5716: 			sc.idleTimer.Reset(sc.srv.IdleTimeout)
		h2_bundle.go#L6436: 		errc = sc.srv.state.getErrChan()
		h2_bundle.go#L6448: 			sc.srv.state.putErrChan(errc)
		h2_bundle.go#L7129: 		done:   sc.srv.state.getErrChan(),
		h2_bundle.go#L7146: 		sc.srv.state.putErrChan(msg.done)
		h2_bundle.go#L7304: 	if sc == nil || sc.srv == nil {